home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games: Greatest Hits 1996 / Amiga Games: Greatest Hits 1996.iso / userbox / publicdomain / superplay-lib_dev / programmers / example_tools / samplelistdemo / smakefile < prev   
Makefile  |  1996-05-27  |  329b  |  17 lines

  1. SLD : SLD.o SLD_Subs.o AsmSupport.o
  2.  
  3.                SLINK LIB:c.o,SLD.o,SLD_Subs.o,AsmSupport.o TO SLD LIB LIB:sc.lib LIB:amiga.lib SC SD ND
  4.                Delete SLD.info
  5.  
  6. SLD.o : SLD.c
  7.  
  8.                SC SLD.c
  9.  
  10. SLD_Subs.o : SLD_Subs.c
  11.  
  12.                SC SLD_Subs.c
  13.  
  14. AsmSupport.o : AsmSupport.a
  15.  
  16.                Asm AsmSupport.a
  17.